home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / TGKI-109 / Games / agent_platformer.swf / scripts / DefineSprite_27_jet_bar / frame_1 / DoAction.as
Text File  |  2010-11-09  |  117b  |  8 lines

  1. onEnterFrame = function()
  2. {
  3.    if(jet_bar_inside._width <= 1)
  4.    {
  5.       _global.has_no_power = true;
  6.    }
  7. };
  8.